cssprovider: Redo error emission
authorBenjamin Otte <otte@redhat.com>
Wed, 10 Apr 2019 16:01:56 +0000 (18:01 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 12 Apr 2019 17:34:28 +0000 (19:34 +0200)
commit37671d2bd0802dca8822b096c90064911eee9f58
tree1076352bf1da7f643683e9847c0af20406bf3755
parent04d24b7cd2df5ded8a82afe70edb9c4bcae3eef4
cssprovider: Redo error emission

Emit all errors via the parser, don't try to have a custom error
handling machinery.

The only exception is the initial file load error - we need to do that
one directly, because there is no parser.
gtk/css/gtkcssparser.c
gtk/css/gtkcssparserprivate.h
gtk/gtkcssprovider.c